#########################
#       USBUpdater configuration file
#########################

# Set a default password for the admin user
CFG_ADMIN_PASSWORD="admin"

# Enable backup mode
CFG_ENABLE_BACKUP=0

# Space separated list of components to backup. Requires CFG_ENABLE_BACKUP=1
# Ex value: "data settings"
#CFG_BACKUP_COMPONENTS

# Perform an additional consistency check on generated tar.gz backup packages
CFG_CHECK_FILES=1

# By default the tool will reboot in ConfigOS before starting the update.
# Set to 1 to allow update from MainOS
CFG_ALLOW_MAINOS_UPDATE=1

# Clear the FRAM. This won't prevent an FRAM backup from being applied
# Valid values:
#   0 - Never
#   1 - Whenever the data partition is cleared
#   2 - Always
CFG_CLEAR_FRAM=1

# Always clear settings
CFG_CLEAR_SETTINGS=0

# Always clear data
CFG_CLEAR_DATA=0

# Extend data partition if necessary. Data will be lost (implies CFG_CLEAR_DATA=1)
CFG_EXTEND_DATA_PARTITION=0

# Restore default users with default passwords
CFG_CLEAR_USERS=0

# Preserve license folder
CFG_PRESERVE_LICENSES=1

# Set device brand code
#CFG_SET_BRAND_CODE

# Space separated list of allowed panel hardware codes
# If the parameter is set and the panel hw code is not found to be in the list the procedure will immediately fail
# Ex value: "110 111"
#CFG_ALLOWED_HWCODES

# Override panel hardware code. By default the code is automatically detected by the tool,
# avoid setting this variable if unsure
#CFG_HWCODE

# Override panel platform . By default the platform type is automatically detected by the tool,
# avoid setting this variable if unsure
# Valid values: us01 us02 us03 us04 ns01 ns02
#CFG_PLATFORM

# If set to 1 usbupdater files will be automatically deleted at the end of the process,
# both in case of success or failure. Log files and backup folders will still be preserved.
CFG_REMOVE_USBUPDATER_FILES=0

# If set to 1 the tool will silently skip downgrades instead of failing.
# Valid for mainos, configos, bootloader and xloader
CFG_SKIP_ON_DOWNGRADE=0

# MainOS type
# Valid values: linux android wce7
#CFG_MAINOS_TYPE
